home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / uother__ / vbsys340.zip / VBSys.inf < prev    next >
INI File  |  1996-09-20  |  2KB  |  90 lines

  1. ; Author: Michael Krane
  2. ; Product: VBSys 
  3. ; Copyright: (c) 1996 Michael Krane
  4.  
  5. [version]
  6. signature="$CHICAGO$"
  7.  
  8. [DefaultInstall]
  9. CopyFiles     = VBSys.copy.prog, VBSys.copy.inf, VBSys.copy.sys
  10. AddReg        = VBSys.AddReg
  11. UpdateInis    = VBSys.AddInis
  12.  
  13. [DefaultUnInstall]
  14. DelFiles      = VBSys.copy.prog, VBSys.copy.win, VBSys.copy.inf, ;, VBSys.DelDir
  15. DelReg        = VBSys.DelReg
  16. UpdateInis    = VBSys.RemInis
  17.  
  18. [VBSys.AddReg]
  19. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\VBSys,DisplayName,,"%VBSys_DESC%"
  20. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\VBSys,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 VBSys.inf"
  21. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%VBSys%,,"WINHELP.EXE %24%\%PROGRAMF%\%VBSys%\VBSys.hlp"
  22.  
  23. [VBSys.DelReg]
  24. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\VBSys
  25.  
  26. [VBSys.AddInis]
  27. setup.ini, progman.groups,, "applets=%APPS_DESC%"         ;creates folder
  28. setup.ini, applets,, """%VBSys_Desc%"", ""%24%\%PROGRAMF%\%VBSys%\%FName%"",,,,,%VBSys_ShortDesc%"     ;creates link
  29. setup.ini, applets,, """%VBSysBar_Desc%"", ""%24%\%PROGRAMF%\%VBSys%\%FBarName%"",,,,,%VBSysBar_ShortDesc%"     ;creates link
  30.  
  31. [VBSys.RemInis]
  32. setup.ini, progman.groups,, "applets=%APPS_DESC%"         ;creates folder
  33. setup.ini, applets,, """%VBSys_Desc%"""                      ;deletes link
  34. setup.ini, applets,, """%VBSysBar_Desc%"""                      ;deletes link
  35.  
  36. ;[VBSys.DelDir]            ; Won't del Dir
  37. ;"%24%\%PROGRAMF%\%VBSys%"
  38.  
  39. ;-------------------------------------
  40. ; Files to copy
  41.  
  42. [VBSys.copy.prog]
  43. VBSysBar.exe
  44. VBSys.exe
  45. VBSys.hlp
  46.  
  47. [VBSys.copy.win]
  48. VBSys.ini
  49. VBSysBar.ini
  50.  
  51. [VBSys.copy.inf]
  52. VBSys.inf
  53.  
  54. [VBSys.copy.sys]
  55. rsrc16.dll
  56. rsrc32.dll
  57. stkit432.dll
  58.  
  59. ;-------------------------------------
  60. ; Copy path information
  61.  
  62. [SourceDisksNames]
  63. 55="VBSys Files","",1
  64.  
  65.  
  66. [SourceDisksFiles]
  67. VBSys.exe = 55
  68. VBSysBar = 55
  69. VBSys.txt = 55
  70. VBSys.hlp = 55
  71. VBSys.inf = 55
  72.  
  73. [DestinationDirs]
  74. VBSys.copy.prog=24,%PROGRAMF%\%VBSys%
  75. VBSys.copy.win=25
  76. VBSys.COPY.inf=17
  77. VBSys.copy.sys=11
  78. ;-------------------------------------
  79. ; Strings
  80.  
  81. [Strings]
  82. PROGRAMF         = "Progra~1"        
  83. VBSys         = "VBSys"          ;this must be SFN
  84. VBSys_DESC         = "VBSys"
  85. VBSys_ShortDesc     = "VBSys"
  86. VBSysBar_DESC         = "VBSysBar"
  87. VBSysBar_ShortDesc     = "VBSysBar"
  88. APPS_DESC              = "VBSys"
  89. FName            = "VBSys.exe"
  90. FBarName            = "VBSysBar.exe"